Skip to content

docs(readme): add vhs demo GIF - #2

Merged
verryp merged 1 commit into
mainfrom
docs/demo-gif
Aug 16, 2026
Merged

docs(readme): add vhs demo GIF#2
verryp merged 1 commit into
mainfrom
docs/demo-gif

Conversation

@verryp

@verryp verryp commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Adds the demo recording to the README so the landing page leads with what the tool does rather than describing it.

What's in it

A 25s vhs recording of the four-command flow against a small sample e-commerce schema:

  1. dbmlgraph generate — DBML + overlay → markdown knowledge graph
  2. dbmlgraph find promo_id — identifier lookup across tables/columns/enums
  3. dbmlgraph query orders — context pack for one table + neighbors
  4. dbmlgraph install claude — wire the graph into an AI agent

Changes

  • README.md — GIF embed below the intro paragraph, with a caption pointing at the tape source and the regenerate command
  • demo/ — tracked sources (schema.dbml, overlays/, .dbmlgraph.yml, demo.tape) plus the rendered demo.gif (745 KB)
  • .gitignore — ignore demo/graph/, demo/.claude/, and demo/AGENTS.md, which vhs demo.tape regenerates on every run

Notes

  • The GIF is referenced by absolute raw.githubusercontent.com URL so it also renders on the npm package page. That means it 404s until this branch merges to main — expected, not a broken commit.
  • demo/ is excluded from the npm tarball already (package.json files is ["dist"]), so the published package size is unchanged.
  • Regenerate with npm run build && cd demo && vhs demo.tape.

🤖 Generated with Claude Code

Show the four-command flow (generate → find → query → install claude)
in one 25s recording so the README leads with what the tool does rather
than describing it.

Track demo sources (schema, overlays, .dbmlgraph.yml, demo.tape) plus the
rendered demo.gif; ignore the generated graph/, .claude/, and AGENTS.md
that `vhs demo.tape` produces on each run.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@verryp
verryp merged commit 684552b into main Aug 16, 2026
2 checks passed
@verryp
verryp deleted the docs/demo-gif branch August 16, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant